TMyDumpOptions class overview.
Properties
Name | Description |
AddDrop (inherited from TDADumpOptions) |
Used to add DROP statements to a script before CREATE statements.
|
AddLock |
Used to execute LOCK TABLE before data insertion.
|
CommitBatchSize |
Used to add COMMIT statement to script after inserting every CommitBatchSize strings when dumping table data.
|
CompleteInsert (inherited from TDADumpOptions) |
Used to explicitly specify the table fields names when generating the INSERT SQL query. The default value is False.
|
DisableKeys |
Allows disabling keys check when inserting records.
|
GenerateHeader (inherited from TDADumpOptions) |
Used to add a comment header to a script.
|
HexBlob |
Used to present BLOB values in hexdecimal notation.
|
InsertType |
Used to specify the method of rows insertion into a table.
|
QuoteNames (inherited from TDADumpOptions) |
Used for TDADump to quote all database object names in generated SQL statements.
|
UseDelayedIns |
Set to use INSERT DELAYED.
|
UseExtSyntax |
Set to use extended syntax of INSERT on data insertion.
|